home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / lib / g++-include / gen / stack.ccp < prev    next >
Encoding:
Text File  |  1995-07-28  |  176 b   |  12 lines

  1. #ifdef __GNUG__
  2. #pragma implementation
  3. #endif
  4. #include "<T>.Stack.h"
  5.  
  6. <T>Stack::~<T>Stack() {}
  7.  
  8. void <T>Stack::error(const char* msg)
  9. {
  10.   (*lib_error_handler)("Stack", msg);
  11. }
  12.